home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2001 December / pcwk12201b.iso / Wersje pelne i specjalne / Winamp 2.77 i 3.0beta / wa3install_beta1.exe / Skins / Default.wal / xml / player-shade.xml < prev    next >
Encoding:
Text File  |  2001-10-03  |  3.0 KB  |  123 lines

  1.    <!-- Player:Windowshade Mode -->
  2.    
  3.    <layout id="shade" background="player.winshade.bg" 
  4.      inactive="player.winshade.bg.inactive">
  5.  
  6.     <layer id="placeholder" x="0" y="0" image="player.winshade.placeHolder"/>
  7.  
  8.     <!-- Playback buttons -->
  9.     <button 
  10.       id="Previous"
  11.       action="PREV" 
  12.       x="151" y="3" 
  13.       image="player.winshade.button.previous" 
  14.       downImage="player.winshade.button.previous.pressed" 
  15.       tooltip="Previous"
  16.       inactiveAlpha="128"
  17.     />
  18.     <button
  19.       id="Play"
  20.       action="PLAY"
  21.       x="164" y="3"
  22.       image="player.winshade.button.play"
  23.       downImage="player.winshade.button.play.pressed"
  24.       tooltip="Play"
  25.       inactiveAlpha="128"
  26.     />
  27.     <button
  28.       id="Pause"
  29.       action="PAUSE"
  30.       x="174" y="3"
  31.       image="player.winshade.button.pause"
  32.       downImage="player.winshade.button.pause.pressed"
  33.       tooltip="Pause"
  34.       inactiveAlpha="128"
  35.     />
  36.     <button
  37.       id="Stop"
  38.       action="STOP"
  39.       x="184" y="3"
  40.       image="player.winshade.button.stop"
  41.       downImage="player.winshade.button.stop.pressed"
  42.       tooltip="Stop"
  43.       inactiveAlpha="128"
  44.     />
  45.     <button
  46.       id="Next"
  47.       action="NEXT"
  48.       x="194" y="3"
  49.       image="player.winshade.button.next"
  50.       downImage="player.winshade.button.next.pressed"
  51.       tooltip="Next"
  52.       inactiveAlpha="128"
  53.     />
  54.     <button
  55.       id="Eject"
  56.       action="EJECT"
  57.       x="211" y="3"
  58.       image="player.winshade.button.eject"
  59.       downImage="player.winshade.button.eject.pressed"
  60.       tooltip="Eject"
  61.       inactiveAlpha="128"
  62.     />
  63.     <!-- Timer -->
  64.     <text
  65.       id="timer"
  66.       display="time"
  67.       x="116" y="2"
  68.       w="30" h="10"
  69.       font="player.SmallFixed" fontsize="13" align="right"
  70.     />
  71.     
  72.     <!-- Sound Analyzer -->
  73.     <vis
  74.       id="vis"
  75.       x="74" y="3"
  76.       w="38" h="8"
  77.     />
  78.  
  79.  
  80.     <!-- Titlebar buttons -->
  81.     <button
  82.       id="sysbutton"
  83.       action="SYSMENU"
  84.       x="5" y="3"
  85.       image="player.button.menu"
  86.       downImage="player.button.menu.pressed"
  87.       inactiveAlpha="128"
  88.     />
  89.     <layer
  90.       id="blah"
  91.       dblClickAction="SWITCH;normal"
  92.       x="23" y="2"
  93.       image="player.titlebar.active.text"
  94.       inactiveAlpha="128"
  95.     />
  96.     <button
  97.       id="Minimize"
  98.       action="MINIMIZE"
  99.       x="230" y="3"
  100.       image="player.button.minimize"
  101.       downImage="player.button.minimize.pressed"
  102.       tooltip="Minimize Winamp"
  103.       inactiveAlpha="128"
  104.     />
  105.     <button
  106.       id="winshade" tooltip="Toggle Windowshade mode"
  107.       action="SWITCH" param="normal"
  108.       x="244" y="3"
  109.       image="player.winshade.button.winshade"
  110.       downImage="player.winshade.button.winshade.pressed"
  111.       inactiveAlpha="128"
  112.     />
  113.     <button
  114.       id="Close"
  115.       action="CLOSE"
  116.       x="261" y="3"
  117.       image="player.button.close"
  118.       downImage="player.button.close.pressed"
  119.       tooltip="Exit Winamp"
  120.       inactiveAlpha="128"
  121.     />
  122.    </layout>
  123.